Module:Adjacent stations/METRORail
Appearance
This is a data module for Module:Adjacent stations. It supports services in Houston, Texas operated by METRORail.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Green Line | Green |
75871d |
| |
Purple Line | Purple |
6b3a5d |
| |
Red Line | Red |
ec0000 |
|
Inactive proposals
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
University Line | University |
11679a |
| |
Southwest Rail Corridor | Southwest Rail Corridor |
e51418 |
| |
Uptown Line | Uptown |
2b59ae |
|
local houston = "%1 station (Houston)"
local p = {
["lang"] = "en-US",
["system title"] = "[[METRORail]]",
["system icon"] = "[[File:HoustonMetroLogoOnly.svg|16px|link=METRORail]]",
["rail box format"] = "title",
["system color"] = "2b59ae",
["station format"] = {
"%1 station",
["Almeda"] = houston,
["Bell"] = houston,
["Bellaire Transit Center"] = "%1",
["Burnett Transit Center"] = "%1",
["Central Station"] = "Central Station (Houston)",
["Downtown Transit Center"] = "%1",
["Eastwood Transit Center"] = "%1",
["Four Oaks"] = houston,
["Hillcroft Transit Center"] = "%1",
["Lockwood/Eastwood"] = "[[Lockwood/Eastwood station|Lockwood/​Eastwood]]",
["Magnolia Park Transit Center"] = "%1",
["Missorui City"] = "Missouri City, Texas",
["Montrose"] = houston,
["Newcastle"] = houston,
["Northline Transit Center"] = "%1",
["Northwest Transit Center"] = "%1",
["Palm Center Transit Center"] = "%1",
["Preston"] = houston,
["Richmond"] = houston,
["Texas Medical Center Transit Center"] = "%1",
},
["lines"] = {
["_default"] = {
["title"] = "[[METRORail %1 Line|%1 Line]]",
},
["Green"] = {
["color"] = "75871d",
["icon"] = "[[File:HoustonMetroGreenLine.svg|16px|alt=]]",
["left terminus"] = "Theater District",
["right terminus"] = "Magnolia Park Transit Center",
["text color"] = "FFFFFF",
},
["Purple"] = {
["color"] = "6b3a5d",
["icon"] = "[[File:HoustonMetroPurpleLine.svg|16px|alt=]]",
["left terminus"] = "Theater District",
["right terminus"] = "Palm Center Transit Center",
},
["Red"] = {
["color"] = "ec0000",
["icon"] = "[[File:HoustonMetroRedLine.svg|16px|alt=]]",
["left terminus"] = "Fannin South",
["right terminus"] = "Northline Transit Center",
},
["Southwest Rail Corridor"] = {
["title"] = "[[Southwest Rail Corridor]]",
["color"] = "e51418",
["left terminus"] = "Missouri City",
["right terminus"] = "Fannin South",
["short name"] = "Us90 Line",
},
["University"] = {
["color"] = "11679a",
["left terminus"] = "Hillcroft Transit Center",
["right terminus"] = "Eastwood Transit Center",
},
["Silver"] = {
["color"] = "636466",
["left terminus"] = "Westpark/Lower Uptown Transit Center",
["right terminus"] = "Northwest Transit Center",
},
},
}
return p